home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Games / Pentominoes 2.0 / Shell ƒ / other products window.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-15  |  703 b   |  22 lines  |  [TEXT/MMCC]

  1. #ifndef __MY_OTHER_PRODUCTS_H__
  2. #define __MY_OTHER_PRODUCTS_H__
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern    void SetupTheOtherProductsWindow(WindowRef theWindow);
  9. extern    void ShutDownTheOtherProductsWindow(void);
  10. extern    void OpenTheOtherProductsWindow(WindowRef theWindow);
  11. extern    void KeyPressedInOtherProductsWindow(WindowRef theWindow, unsigned char theChar);
  12. extern    void MouseClickedInOtherProductsWindow(WindowRef theWindow, Point thePoint);
  13. extern    void DisposeTheOtherProductsWindow(WindowRef theWindow);
  14. extern    void ResizeControlsInOtherProductsWindow(WindowRef theWindow);
  15. extern    void GetGrowSizeOtherProductsWindow(WindowRef theWindow, Rect *sizeRect);
  16.  
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20.  
  21. #endif
  22.